home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / PActionTutorial.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-02  |  128 b   |  7 lines

  1. on(release){
  2.    if(this._currentframe < this._totalframes)
  3.    {
  4.       gotoAndPlay(String(this._currentframe + 1));
  5.    }
  6. }
  7.